home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / MENU.DCR / scripts_36.ls < prev    next >
Encoding:
Text File  |  1999-09-16  |  334 b   |  11 lines

  1. on enterFrame
  2.   set startBall to 4
  3.   set servicesReseauxBall to startBall + 5
  4.   set servicesprivesBall to startBall + 7
  5.   set sevicesPublicsBall to startBall + 8
  6.   set the ink of sprite servicesprivesBall to 37
  7.   set the ink of sprite sevicesPublicsBall to 37
  8.   depuppetize(servicesprivesBall, sevicesPublicsBall)
  9.   updateStage()
  10. end
  11.